returns the project name for the given project id
Get | /projects/{projectId} |
Name | Description | Data Type |
---|---|---|
projectId | the id of the project to look up | string |
The response body is of type ProjectData.
returns project name
ProjectData
Information about the CIMPLICITY project
|
Fault | Description |
---|---|
404 | This fault returns a response body of type ProblemDetails. project with the given id is not registered on the system |